MySQL Connector C++ on Ubuntu 10.04 LTS

I’ve trying to use MySQL Connector C++ for my project, here the example code (retrieved from official site): mysqlconn.cpp: [crayon-664523e681103996912662/] To identify which argument for linker is quite easy: [crayon-664523e681107721544697/] However, when I try to compile it, error happened (missing boost library) [crayon-664523e681109782641024/] Quick fix: [crayon-664523e68110a136222132/] Now run the sample code: % g++ mysqlconn.cpp -lmysqlcppconn; … Continue reading MySQL Connector C++ on Ubuntu 10.04 LTS